ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / StickyHeaders Property






In This Topic
    StickyHeaders Property (FlexGridBase<T>)
    In This Topic
    Gets or sets a value that determines whether column headers should remain when the user scrolls the window.
    Syntax
    'Declaration
     
    
    Public Overridable Property StickyHeaders As System.Boolean
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.Boolean
     
    instance.StickyHeaders = value
     
    value = instance.StickyHeaders
    public virtual System.bool StickyHeaders {get; set;}
    public read-write property StickyHeaders: System.Boolean; virtual; 
    public function get,set StickyHeaders : System.boolean
    public: __property virtual System.bool get_StickyHeaders();
    public: __property virtual void set_StickyHeaders( 
       System.bool value
    );
    public:
    virtual property System.bool StickyHeaders {
       System.bool get();
       void set (    System.bool value);
    }
    See Also